Search completed in 0.86 seconds.
11 results for "text style":
MathML Demo: <mfrac> - fractions
MozillaMathML Projectmfrac
inline, text style, normal line tan ⁡ θ 67 , numerator and denominator should render script size.
... inline, text style, thick line x 2 + 1 x x 2 + 1 x the end.
... inline, text style, no line x 2 + 1 x the end.
...And 4 more matches
CanvasRenderingContext2D - Web APIs
WebAPICanvasRenderingContext2D
text styles the following properties control how text is laid out.
... the canvas state the canvasrenderingcontext2d rendering context contains a variety of drawing style states (attributes for line styles, fill styles, shadow styles, text styles).
Drawing text - Web APIs
WebAPICanvas APITutorialDrawing text
there are some more properties which let you adjust the way the text gets displayed on the canvas: font = value the current text style being used when drawing text.
... measuretext() returns a textmetrics object containing the width, in pixels, that the specified text will be when drawn in the current text style.
letter-spacing - CSS: Cascading Style Sheets
WebCSSletter-spacing
for text styled with a very large positive value, the letters will be so far apart that the word(s) will appear like a series of individual, unconnected letters.
... for text styled with a very large negative value, the letters will overlap each other to the point where the word(s) may be unrecognizable.
word-spacing - CSS: Cascading Style Sheets
WebCSSword-spacing
for text styled with a very large positive value, the words will be so far apart that it will no longer appear to be a sentence.
... for text styled with a large negative value, the words will overlap each other to the point where the the beginning and end of each word is unrecognizable.
Migrate apps from Internet Explorer to Mozilla - Archive of obsolete content
ArchiveMozillaMigrate apps from Internet Explorer to Mozilla
it usually manifests itself by changing text style when hovered over in mozilla, but not in internet explorer.
::-moz-tree-column
MozillaGeckoChromeCSS::-moz-tree-column
associated elements <xul:treecol> style properties margin visibility text style ...
CanvasRenderingContext2D.font - Web APIs
WebAPICanvasRenderingContext2Dfont
the canvasrenderingcontext2d.font property of the canvas 2d api specifies the current text style to use when drawing text.
Index - Web APIs
WebAPIIndex
569 canvasrenderingcontext2d.font api, canvas, canvasrenderingcontext2d, property, reference the canvasrenderingcontext2d.font property of the canvas 2d api specifies the current text style to use when drawing text.
::selection - CSS: Cascading Style Sheets
WebCSS::selection
color: gold; background-color: red; } p::-moz-selection { color: white; background-color: blue; } /* make selected text gold on a red background */ ::selection { color: gold; background-color: red; } /* make selected text in a paragraph white on a blue background */ p::selection { color: white; background-color: blue; } result accessibility concerns don't override selected text styles for purely aesthetic reasons — users can customize them to suit their needs.
Challenge solutions - Developer guides
WebGuideCSSGetting StartedChallenge solutions
solution one way to do this is to put comment delimiters around the rule for .carrot: /* .carrot { color: orange; } */ text styles big initial letters challenge without changing anything else, make all six initial letters twice the size in the browser's default serif font.